generateExportFunc

It will create a export extern(System) function, thus, making it a C callable code. This function comes from a static method, and has special code injection for making the GC not collect if it is an object

template generateExportFunc (
string className
alias funcSymbol
) {}

Members

Manifest constants

generateExportFunc
enum generateExportFunc;
Undocumented in source.
impl
enum impl;
Undocumented in source.

Meta